Description | : Get a paginated list of application data resources for a given farmer and search criteria. ###### Note: 1. Users will get paginated response with each page containing a link to the next page. Users are expected to iterate over all the pages using ‘nextLink’. The search comes to an end when ‘nextLink’ is null. |
Reference | : Link ¶ |
⚼ Request
GET:
/farmers/{farmerId}/application-data
{
farmerId:
string
,
minAvgMaterial:
number
,
maxAvgMaterial:
number
,
minTotalMaterial:
number
,
maxTotalMaterial:
number
,
sources:
array
,
associatedBoundaryIds:
array
,
operationBoundaryIds:
array
,
minOperationStartDateTime:
string
,
maxOperationStartDateTime:
string
,
minOperationEndDateTime:
string
,
maxOperationEndDateTime:
string
,
minOperationModifiedDateTime:
string
,
maxOperationModifiedDateTime:
string
,
minArea:
number
,
maxArea:
number
,
ids:
array
,
names:
array
,
propertyFilters:
array
,
statuses:
array
,
minCreatedDateTime:
string
,
maxCreatedDateTime:
string
,
minLastModifiedDateTime:
string
,
maxLastModifiedDateTime:
string
,
$maxPageSize:
integer
,
$skipToken:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
applicationProductDetails:
[
]
,
{
,
productName:
string
,
isCarrier:
boolean
,
avgMaterial:
{
,
unit:
string
,
value:
number
,
}
totalMaterial:
}
{
,
unit:
string
,
value:
number
,
}
avgMaterial:
{
,
unit:
string
,
value:
number
,
}
totalMaterial:
{
,
unit:
string
,
value:
number
,
}
area:
{
,
unit:
string
,
value:
number
,
}
source:
string
,
operationModifiedDateTime:
string
,
operationStartDateTime:
string
,
operationEndDateTime:
string
,
attachmentsLink:
string
,
associatedBoundaryId:
string
,
operationBoundaryId:
string
,
farmerId:
string
,
id:
string
,
eTag:
string
,
status:
string
,
createdDateTime:
string
,
modifiedDateTime:
string
,
name:
string
,
description:
string
,
properties:
object
,
}
$skipToken:
string
,
nextLink:
string
,
}
⚐ Response (default)
{
error:
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
traceId:
string
,
}